projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
411df82
)
(kill-emacs-hook): Not run in batch mode.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 14 Oct 2002 01:34:48 +0000
(
01:34
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 14 Oct 2002 01:34:48 +0000
(
01:34
+0000)
lispref/os.texi
patch
|
blob
|
history
diff --git
a/lispref/os.texi
b/lispref/os.texi
index a6ca1a7106c702e19a81519f2b3218d78ca0cd08..610fc651db3a8e9e4a356783a3dab5aba7a77ab3 100644
(file)
--- a/
lispref/os.texi
+++ b/
lispref/os.texi
@@
-485,7
+485,7
@@
additional confirmation from the user. If any of them returns
@defvar kill-emacs-hook
This variable is a normal hook; once @code{save-buffers-kill-emacs} is
finished with all file saving and confirmation, it runs the functions in
-this hook.
+this hook.
This hook is not run in batch mode.
@end defvar
@node Suspending Emacs